'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal triangles() As Triangle _ ) As Mesh
public static Mesh Create( RenderTarget renderTarget, Triangle[] triangles )
パラメータ
- renderTarget
- an instance of RenderTarget
- triangles
- An array of Trianglestructures that describe the triangles to add to this mesh.